home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-20 / fdlogger.zip / WR9R.DOC < prev    next >
Text File  |  1991-01-21  |  10KB  |  361 lines

  1.  
  2.                       WR9R - Field Day Logging System
  3.  
  4.  
  5.                                 WARNING.
  6.  
  7.             This program and is documentation is not warranted in any way.
  8.        Even though every attempt has been made to insure its reliability,
  9.        when you use this program, you accept responsibility for the
  10.        consequences of it's use and/or misuse. The author does not warranty
  11.        the applicability, outputs, or performance of this program in any
  12.        way.  The author is not responsible for any loss, corruption, or
  13.        destruction of data, or any damage, real or imagined, to any
  14.        physical equipment.
  15.  
  16.  
  17.  
  18.        INTRODUCTION.
  19.  
  20.  
  21.              Field Day is a "mostly for fun", yet highly competitive
  22.  
  23.        contest, constructed for the purpose of having fun and introducing
  24.  
  25.        the populous to amateur radio.  If you enjoy the competition, then
  26.  
  27.        you will probably try  to construct your station to
  28.  
  29.        give you just that little "edge" over the rest.
  30.  
  31.             Once the fun part is over, you must then grind down
  32.  
  33.        through the log sheets and turn in a completed dupesheet, or
  34.  
  35.        a sorted log/list of callsigns  and a summary.
  36.  
  37.            This program will log callsigns, associated reports, and QTHs
  38.  
  39.        to support a Field Day's QSOing.  The primary intent is to be a
  40.  
  41.        real-time data entry system, that will aid in avoiding duplications
  42.  
  43.        and increase the QSOs/hour by decreasing the hassle.
  44.  
  45.  
  46.  
  47.              All QSOs are logged into a common ASCII data base for easy
  48.  
  49.        access.  The system can later split the log up by mode and band, into
  50.  
  51.        separate files, sorted into alpha-numeric order by call, and
  52.  
  53.        generate summary sheets.  Typically over 10,000 stations with their
  54.  
  55.        reports can be logged, with any duplicate entries detected and
  56.  
  57.        rejected at a very high rate.
  58.  
  59.  
  60.  
  61.            Automatic dupe checking and partial call checking can be disabled
  62.  
  63.        if you wish, speeding up the process (if your computer is a little
  64.  
  65.        slow and you're commanding a pile-up, for example). Partials are
  66.  
  67.        displayed in the lower-left window and can be detected automatically.
  68.  
  69.        Calls displayed in the "Partials" window only apply to the current
  70.  
  71.        operating mode and band, this helps in the detection of duplicates
  72.  
  73.        before the QSO is actually made.
  74.  
  75.        An audible warning is used to help indicate that an entry has been
  76.  
  77.        rejected, along with a pop-open window.
  78.  
  79.            If a printer is connected to the system, it can be enabled to
  80.  
  81.        print QSOs as they are being entered into the log.
  82.  
  83.        The program is designed such that one person can very easily handle
  84.  
  85.        both logging and operating at the same time.
  86.  
  87.  
  88.  
  89.            This system is designed to work on IBM PC XT,AT,386,clones and
  90.  
  91.        compatibles with at least 384K of memory and a MONOCHROME, CGA,
  92.  
  93.        EGA, or VGA  adaptor.
  94.  
  95.  
  96.  
  97.        OPERATION
  98.  
  99.  
  100.  
  101.            Before starting the system, set the computer's clock to UTC time
  102.  
  103.        using the DOS Time and Date commands.
  104.  
  105.        Make a backup copy of the disk for safe keeping.
  106.  
  107.        To start the system, type in the application name and the data base
  108.  
  109.        file name for the event being logged.   For example:
  110.  
  111.  
  112.  
  113.              C:> WR9R TX1.FD
  114.  
  115.  
  116.  
  117.            A window will open up that lets you enter the statistics about
  118.  
  119.        your station, once this is filled in, press ESC. If you wish
  120.  
  121.        to make changes the window can be accessed through the 'F9=LOGS'
  122.  
  123.        menu.
  124.  
  125.  
  126.  
  127.            A window will open for you to select your operating class which
  128.  
  129.        is used to calculate the multiplier for the event. Use the arrow keys
  130.  
  131.        to select, hit return to keep, or ESC to leave it the same. (This
  132.  
  133.        selection method is common to all windows of this type that you
  134.  
  135.        will see.)
  136.  
  137.        Other windows will open to select the initial band and mode of
  138.  
  139.        operation.
  140.  
  141.  
  142.  
  143.            The QSOs are entered in the left-middle window. The window has
  144.  
  145.        three fields, the SPACE bar or TAB allows you to move from field to
  146.  
  147.        field.  When all three fields are filled in, an ENTER will log the
  148.  
  149.        call and the log will scroll up on the right. The DEL key wipes the
  150.  
  151.        current field.  RIGHT ARROW, LEFT ARROW and BACKSPACE work as
  152.  
  153.        character edit keys.
  154.  
  155.        If you wish to edit an already logged call, the UP ARROW and DOWN
  156.  
  157.        ARROW keys let you access the last 10 QSOs. As the past QSOs are
  158.  
  159.        highlighted, the data is brought into the QSO entry/edit window
  160.  
  161.        where it can be altered. The ESC key will exit this mode without
  162.  
  163.        changing the log, an ENTER will save the changes back to the log.
  164.  
  165.  
  166.  
  167.        The menu at the bottom of the screen allows you to access all the
  168.  
  169.        features of the system.
  170.  
  171.  
  172.  
  173.              F1 - Performs a duplicate check on the call currently
  174.  
  175.                   entered in the Call field.
  176.  
  177.  
  178.  
  179.              F2 - Performs a partial check on the characters currently
  180.  
  181.                   entered in the Call field.
  182.  
  183.  
  184.  
  185.              F3 - Allows you to select a different HF band.
  186.  
  187.  
  188.  
  189.              F4 - Allows you to change modes (CW/PHONE).
  190.  
  191.  
  192.  
  193.              F5 - Allows you to change system features such as enabling
  194.  
  195.                   or disabling automatic partial checking, dupe checking,
  196.  
  197.                   and the printer. If you enable the printing function
  198.  
  199.                   make sure the printer is on-line before trying to log
  200.  
  201.                   another QSO.
  202.  
  203.  
  204.  
  205.              F9 - Allows you to create summary sheets and sorted
  206.  
  207.                   log listings. These files are pretty complete but
  208.  
  209.                   you will always want to make sure that all the
  210.  
  211.                   information YOU THINK SHOULD BE THERE is there.
  212.  
  213.                   Bonus points and bonus proof sheets will have to
  214.  
  215.                   be edited into these files or added to the printouts
  216.  
  217.                   manually.
  218.  
  219.  
  220.  
  221.              F10- Exits to DOS.  If there are several hundred or a
  222.  
  223.                   few thousand calls, it may take a little while to reload.
  224.  
  225.                   You may not want to leave very often.
  226.  
  227.  
  228.  
  229.  
  230.  
  231.           CW keying is performed via a serial port utilizing the DTR (pin 20)
  232.  
  233.        as the keying source. Holding down on the ALT key, when in CW/RTTY
  234.  
  235.        mode brings up a new command list at the bottom of the screen. The
  236.  
  237.        F-keys can be preprogrammed using the "F5=Extras" menu under "CW keying
  238.  
  239.        Features".  Standard alpha-numerics and punctuation are supported
  240.  
  241.        with the following special characters allowed:
  242.  
  243.  
  244.                        %   This symbol inserts whatever text is in the call
  245.                            field of the logging window.
  246.  
  247.                        =   BT " _..._ "
  248.  
  249.                        +   AR " ._._. "
  250.  
  251.                        Back Space in the Chat mode sends " ........ "
  252.  
  253.  
  254.  
  255.            To connect the serial port to the keyer input of your rig use a
  256.  
  257.        1K resistor from pin 20 of the DB25 to the base of a 2N4400 or
  258.  
  259.        equivalent transistor.  Connect the emitter to pin 7 of the DB25, as
  260.  
  261.        well as the ground of your rig. Connect the collector to the
  262.  
  263.        positive keyed CW input of your rig  (this can usually parallel
  264.  
  265.        the keyer being used).
  266.  
  267.            If you are already have a CW cable for use with one of the "TOP
  268.  
  269.        GUN" contest packages such as "CT" by Ken Wolff (K1EA), or "NA" by
  270.  
  271.        Dave Pruett (K8CC), then you are all set. The author utilized the
  272.  
  273.        same pinout in an attempt to keep the user from having to build or
  274.  
  275.        buy another cable just for Field Day use.
  276.  
  277.  
  278.  
  279.                pin 20 o----|
  280.           (pin 4 DB9)      |   1 K        c
  281.                            |___VVV___b_|/-----------> to CW input.
  282.                                        |\ e
  283.                                          |
  284.                                          |
  285.                 pin 7 o-----------------------------> to CW ground.
  286.           (pin 5 DB9)
  287.  
  288.  
  289.        A different circuit would have to be constructed for NEGATIVE keying.
  290.  
  291.  
  292.  
  293.  
  294.        MULTI-OP STATION LOGS
  295.  
  296.  
  297.  
  298.            Each transmitter at a multi-op station should run the software in
  299.  
  300.        a real time entry fashion.  Each transmitter should be assigned a
  301.  
  302.        mode (CW or SSB), group of bands, or both, and stay there
  303.  
  304.        to prevent dupes.
  305.  
  306.        At the end of the contest the data base files (the filenames used
  307.  
  308.        when the programs were started) for all the transmitters can be
  309.  
  310.        concatenated into one file by using the DOS copy command. For example,
  311.  
  312.        one file by using the DOS copy command. For example,
  313.  
  314.  
  315.  
  316.            c:> copy TX1.FD + TX2.FD + TX3.FD MULTI.OP
  317.  
  318.  
  319.  
  320.            Each transmitter data base file (TX1.FD, TX2.FD, and TX3.FD) is
  321.  
  322.        concatenated to the file "MULTI.OP", creating one file for the entire
  323.  
  324.        operation. The "MULTI.OP" file can then be loaded into the system and
  325.  
  326.        the summaries and sorted log listings generated.
  327.  
  328.  
  329.  
  330.        CONCLUSION
  331.  
  332.  
  333.  
  334.            This system is a new release, if there are bugs that need fixing
  335.  
  336.        or features that need adding please feel free to WRITE and tell me
  337.  
  338.        about them. (Remember, there's no such thing as finished software,
  339.  
  340.        if there was... LOTUS, Borland, and MicroSoft would not be in
  341.  
  342.        business!)
  343.  
  344.  
  345.  
  346.        If you would like the most current version, and wish to participate
  347.  
  348.        in the on-going development of this package, as well as, other
  349.  
  350.        Ham related software, please send $10  (and any CONSTRUCTIVE
  351.  
  352.        suggestions) to:
  353.  
  354.  
  355.              Larry D. O'Cull
  356.              ARS - WR9R
  357.              3725 Tara Ct.
  358.              Westfield, IN
  359.                          46074
  360.  
  361.